home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 27
/
CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso
/
CUCD
/
Programming
/
THXPlayLib
/
developer
/
thxplay_lib.fd
< prev
next >
Wrap
Text File
|
1998-05-10
|
664b
|
44 lines
* $VER: thxplay_lib.fd 5.2 (11.05.98)
##base _THXPlayBase
##bias 30
##public
*
* allocation functions
*
thxInit(module)(a0)
thxFree()()
*
* song control functions
*
thxPlay()()
thxStop()()
thxPause()()
thxWind(direction)(d0)
*
* volume control functions
*
thxGetVolume()()
thxSetVolume(volume)(d0)
*
* multisong support functions
*
thxGetNumSongs()()
thxSetSong(song)(d0)
*
* noteplay functions
*
thxPlayNote(channel,note,instrument)(d0,d1,d2)
thxStopNote(channel)(d0)
thxNoteFX(channel,effect,parameter)(d0,d1,d2)
##private
thxReserved01()()
##public
*
* misc functions
*
thxSignalEnd(task,signalset)(a0,d0)
thxSongEnded()()
thxSyncByte()()
thxPlaytime()()
##end